Skip to content

[mlir][vector][nfc] rename vector.strided_slice in docs#186644

Open
secona wants to merge 1 commit intollvm:mainfrom
secona:strided-slice
Open

[mlir][vector][nfc] rename vector.strided_slice in docs#186644
secona wants to merge 1 commit intollvm:mainfrom
secona:strided-slice

Conversation

@secona
Copy link
Contributor

@secona secona commented Mar 15, 2026

I was reading https://mlir.llvm.org/docs/Dialects/Vector/ and noticed outdated information where it used vector.strided_slice. The Op was renamed to vector.extract_strided_slice in https://reviews.llvm.org/D79734. This PR updates the docs accordingly.

@llvmbot llvmbot added the mlir label Mar 15, 2026
@llvmbot
Copy link
Member

llvmbot commented Mar 15, 2026

@llvm/pr-subscribers-mlir

Author: Vito Secona (secona)

Changes

I was reading https://mlir.llvm.org/docs/Dialects/Vector/ and noticed outdated information where it used vector.strided_slice. The Op was renamed to vector.extract_strided_slice in https://reviews.llvm.org/D79734. This PR updates the docs accordingly.


Full diff: https://github.com/llvm/llvm-project/pull/186644.diff

1 Files Affected:

  • (modified) mlir/docs/Dialects/Vector.md (+1-1)
diff --git a/mlir/docs/Dialects/Vector.md b/mlir/docs/Dialects/Vector.md
index 839dc75ff0214..377c1efb32de9 100644
--- a/mlir/docs/Dialects/Vector.md
+++ b/mlir/docs/Dialects/Vector.md
@@ -133,7 +133,7 @@ Some existing Arith and Vector Dialect on `n-D` `vector` types comprise:
 %g = vector.outerproduct %0, %1, %2: vector<4xf32>, vector<8xf32>  // fma when adding %2
 
 // Returns a slice of type vector<2x2x16xf32>
-%h = vector.strided_slice %0
+%h = vector.extract_strided_slice %0
     {offsets = [2, 2], sizes = [2, 2], strides = [1, 1]}:
   vector<4x8x16xf32>
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants